GtkBuilder: Mention how GVariant properties are parsed
authorMatthias Clasen <mclasen@redhat.com>
Thu, 14 Apr 2016 19:30:59 +0000 (15:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 Apr 2016 19:30:59 +0000 (15:30 -0400)
gtk/gtkbuilder.c

index 50375d308175e365e730cc3c7d32658ca83cf94c..0e4eacae05b16dd4423b31c1f1e62ef1ad60d094 100644 (file)
  * as %FALSE), enumerations (can be specified by their name, nick or
  * integer value), flags (can be specified by their name, nick, integer
  * value, optionally combined with “|”, e.g. “GTK_VISIBLE|GTK_REALIZED”)
- * and colors (in a format understood by gdk_rgba_parse()). Pixbufs can
- * be specified as a filename of an image file to load. Objects can be
- * referred to by their name and by default refer to objects declared
- * in the local xml fragment and objects exposed via
- * gtk_builder_expose_object().
- *
- * In general, GtkBuilder allows forward references to objects —
- * declared in the local xml; an object doesn’t have to be constructed
- * before it can be referred to. The exception to this rule is that an
- * object has to be constructed before it can be used as the value of
- * a construct-only property.
+ * and colors (in a format understood by gdk_rgba_parse()).
+ *
+ * GVariants can be specified in the format understood by g_variant_parse(),
+ * and pixbufs can be specified as a filename of an image file to load.
+ *
+ * Objects can be referred to by their name and by default refer to
+ * objects declared in the local xml fragment and objects exposed via
+ * gtk_builder_expose_object(). In general, GtkBuilder allows forward
+ * references to objects — declared in the local xml; an object doesn’t
+ * have to be constructed before it can be referred to. The exception
+ * to this rule is that an object has to be constructed before it can
+ * be used as the value of a construct-only property.
  *
  * It is also possible to bind a property value to another object's
  * property value using the attributes